home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / distrib / shareable / 0readme next >
Text File  |  1994-08-27  |  3KB  |  80 lines

  1. ********************************************************************
  2. * IMPORTANT: If you have used the mfsutil subset, you will have to *
  3. * remove the mfsconf call from your bootup sequence BEFORE running *
  4. * INSTALL. (Sorry, but I can't really link a GFA program with the  *
  5. * mint libs :-)                                                    *
  6. *                                                                  *
  7. * Alternatively: you can issue a mfsconf command as follows BEFORE *
  8. * running INSTALL.PRG:                                             *
  9. *                                                                  *
  10. *    mfsconf <drive> -s t -l t -d t                                *
  11. *                                                                  *
  12. ********************************************************************
  13.  
  14. This directory is a set of subsets which have been compiled to be 
  15. shareable under MiNT 0.96 or greater. If you have only MiNT 0.95
  16. (as distributed in the MDK) then they will not be shareable, but
  17. they ought to still work (thanks Hildo, I didn't realise that...)
  18.  
  19. The subsets available here are the following:
  20.  
  21. Fri Feb 19 18:25:13 WET 1993
  22. ============================
  23.  
  24. bgcc233.zoo:
  25.     gcc233.zoo is the GNU C compiler revision 2.3.3 compiled to be
  26.     shareable (does anyone actually want to run 2(!) C compilations
  27.     at once ?).
  28.  
  29. bgrep.zoo:
  30.     grep.zoo contains the shared-text versions of GNU grep 1.16.
  31.  
  32. bpatch.zoo:
  33.     patch.zoo is a shareable version of Larry Wall's patch. This
  34.     subset has been configured for long filenames (ie: minixfs),
  35.     and will probably not work under TOS fs. 
  36.  
  37. btxtutl.zoo:
  38.     txtutl.zoo is the GNU text utilities compiled to be shareable
  39.     under MiNT > 0.95. They have been compiled unchanged from GNU
  40.     source, so ought to understand long filenames properly.
  41.  
  42. bbison.zoo:
  43.     bison.zoo contains a shared-text version of GNU-bison the YACC
  44.     replacement. bison is fully compatible with YACC (Yet Another
  45.     Compiler Compiler).
  46.  
  47.     This version has been configured to use long filenames (ie: the
  48.     minix filesystem), and will almost certainly not work on the
  49.     TOS fs.
  50.  
  51.     Unfortunately zoo.ttp truncates filenames to 8+3, and the files
  52.     in /usr/lib/bison have to be more than that, so if you install
  53.     this subset, I'm afraid you'll have to rename the files as
  54.     follows:
  55.  
  56.          /usr/lib/bison/bison.hai -> /usr/lib/bison/bison.hairy
  57.          /usr/lib/bison/bison.sim -> /usr/lib/bison/bison.simple
  58.  
  59. ------------------------------------------------------------------------------
  60.  
  61. Tue Mar 16 16:06:06 WET 1993
  62. ============================
  63.  
  64. btcsh.zoo:
  65.     The tcsh shell (my favourite :-) compiled to be shareable, and also
  66.     including the slash-switching environment variable (ie: \ -> / ). 
  67.     This is a later version of tcsh - the one in the original kit is
  68.     version 6.00.02 and this is version 6.02.
  69.  
  70. ------------------------------------------------------------------------------
  71.  
  72. Mon Mar 22 13:38:44 WET 1993
  73. ============================
  74.  
  75. bgcc233p2.zoo:
  76.     The latest version of gcc for mint - includes the -mbaserel, -mpcrel
  77.     options for creating shared-text programs.
  78.  
  79. -------------------------------------------------------------------------------
  80.